Onchange Asp document.getElementById( new Array selectedIndex options[document Hakkında;
<script>
<%
sql2 = ”select * from meta_tag order by id asc”
set g_meta = condb.Execute(sql2)
do while not g_meta.eof
veri=veri&””””&g_meta(”metatag”)&”””,”
veri2=veri2&””””&g_meta(”basliklar”)&”””,”
g_meta.MoveNext
loop
veri_uz=len(veri)
yaz_meta=left(veri,veri_uz-1)
%>
MetaArray = new Array(”Lütfen Bir Başlık Seçiniz”, <%=yaz_meta%>);
TurAdiArray = new Array(””, <%=yaz_turadi%>);
function changeTest ()
{
var Index = document.menuForm.konunun_turu.options[document.menuForm.konunun_turu.selectedIndex].value;
document.getElementById(”meta”).value =MetaArray[Index];
}
</script>
Form için;
<form id=”menuForm” name=”menuForm” action=”urunekleme_islemler.asp” method=”post”>
<select id=”select1” onchange=”changeTest()” name=”konunun_turu”>
<option value=”0” selected=”selected”>Lütfen Bir Başlık Seçiniz</option>
<%
sql1 = ”select * from meta_tag order by id asc”
set basliklar2 = condb.Execute(sql1)
do while not basliklar2.eof
%>
<option value=”<%=basliklar2(”id”)%>”><%=basliklar2(”basliklar”)%></option>
<%
basliklar2.MoveNext
loop
%>
</select>
<input name=”meta” id=”meta” value=”Lütfen Bir Başlık Seçiniz” type=”text” size=”138” />
</form>
<%
sql2 = ”select * from meta_tag order by id asc”
set g_meta = condb.Execute(sql2)
do while not g_meta.eof
veri=veri&””””&g_meta(”metatag”)&”””,”
veri2=veri2&””””&g_meta(”basliklar”)&”””,”
g_meta.MoveNext
loop
veri_uz=len(veri)
yaz_meta=left(veri,veri_uz-1)
%>
MetaArray = new Array(”Lütfen Bir Başlık Seçiniz”, <%=yaz_meta%>);
TurAdiArray = new Array(””, <%=yaz_turadi%>);
function changeTest ()
{
var Index = document.menuForm.konunun_turu.options[document.menuForm.konunun_turu.selectedIndex].value;
document.getElementById(”meta”).value =MetaArray[Index];
}
</script>
Form için;
<form id=”menuForm” name=”menuForm” action=”urunekleme_islemler.asp” method=”post”>
<select id=”select1” onchange=”changeTest()” name=”konunun_turu”>
<option value=”0” selected=”selected”>Lütfen Bir Başlık Seçiniz</option>
<%
sql1 = ”select * from meta_tag order by id asc”
set basliklar2 = condb.Execute(sql1)
do while not basliklar2.eof
%>
<option value=”<%=basliklar2(”id”)%>”><%=basliklar2(”basliklar”)%></option>
<%
basliklar2.MoveNext
loop
%>
</select>
<input name=”meta” id=”meta” value=”Lütfen Bir Başlık Seçiniz” type=”text” size=”138” />
</form>